toolchain: gcc: add support for GCC 14
authorRui Salvaterra <rsalvaterra@gmail.com>
Tue, 7 May 2024 11:57:49 +0000 (12:57 +0100)
committerRui Salvaterra <rsalvaterra@gmail.com>
Sun, 12 May 2024 11:47:12 +0000 (12:47 +0100)
commitc758d6427c40e7518f0a85ce607930335c88e56f
tree63e7bb720ec2a767d6f5f8c907a132df98d5a32a
parentfbf6f9da0206c2a54314989db0ae595742a167df
toolchain: gcc: add support for GCC 14

Deleted (upstreamed):
- 020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch [1]
- 021-libcc1-fix-vector-include.patch [2]

All other patches automatically rebased.

Note that selecting GCC 14, as of now, *will* result in build failures. The
packages that fail to build will be fixed as they're found. Thus, GCC 13.x is
the default, for the time being.

[1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9970b576b7e4ae337af1268395ff221348c4b34a
[2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=5213047b1d50af63dfabb5e5649821a6cb157e33

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
21 files changed:
toolchain/gcc/Config.in
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches-14.x/002-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/003-dont-choke-when-building-32bit-on-64bit.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/110-Fix-MIPS-PR-84790.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/230-musl_libssp.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/300-mips_Os_cpu_rtx_cost_model.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/881-no_tm_section.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/900-bad-mips16-crt.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/960-gotools-fix-compilation-when-making-cross-compiler.patch [new file with mode: 0644]
toolchain/gcc/patches-14.x/970-macos_arm64-building-fix.patch [new file with mode: 0644]